@charset 'UTF-8';

img {
	display: block;
}

.index-banner {
	position: relative;
	overflow: hidden;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.index-banner .item {
	overflow: hidden;
}

.index-banner .item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 200px;
	content: '';
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);
}

.index-banner .banner-img {
	float: left;
	width: 100%;
	height: auto;
}

.index-banner .carousel-control {
	z-index: 10;
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
}

.index-banner:hover .carousel-control {
	visibility: visible;
	opacity: .5;
}

.rich-text {
	position: absolute;
	width: 60%;
	margin: 0;
	text-align: center;
}

.rich-text.rich-text-1 {
	top: 25%;
}

.rich-text.rich-text-2 {
	top: 24%;
}

.rich-text.rich-text-3 {
	top: 30%;
}

.rich-text.rich-text-t80l12 {
	top: 80%;
}

.rich-text.rich-text-t80l36 {
	top: 80%;
}

.rich-text.rich-text-t80l60 {
	top: 80%;
}

.rich-text.rich-text-t80l65 {
	top: 80%;
}

.rich-text.rich-text-t80l65mt30 {
	top: 30%;
}


.rich-text.rich-text-t80l10m80 {
	top: 80%;
}

.rich-text.rich-text-t80l10m30 {
	top: 30%;
}

.rich-text.rich-text-t80l62m80 {
	top: 80%;
}

.rich-text.rich-text-t80l62m30 {
	top: 30%;
}


@media (max-width:991px) {
	.rich-text {
		position: absolute;
		top: 40%;
		left: 13.5%;
		width: 80%;
		margin: 0;
		text-align: center;
	}

}

.index-banner .item a.btn-more {
	position: absolute;
	display: inline-block;
	padding: 5px 0;
	font-size: .875em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}
.index-banner .item a.btn-more.btn-primary {
	color: #fff;
	border-color: #009ab2;
	background-color: #009ab2;
}
.index-banner .item a.btn-more.btn-black {
	color: #111;
	border: 1px solid #111;
}

.index-banner .item .rich-text a.btn-more {
	left: 16%;
}

.index-banner .item .rich-text a.btn-more:hover {
	color: #fff;
	border-color: #009ab2;
	background-color: #009ab2;
}
.index-banner .item .rich-text a.btn-more.btn-primary:hover {
	background-color: #00a6bf;
}
@media (min-width:992px) {
	.index-banner .item a.btn-more {
		min-width: 170px;
		height: 42px;
		padding: 0 30px;
		line-height: 40px;
	}

	.rich-text.rich-text-1 {
		top: 70%;
		left: 0;
	}

	.rich-text.rich-text-2 {
		top: 76%;
		left: 2%;
	}

	.rich-text.rich-text-3 {
		top: 86%;
		left: 12%;
	}

	.rich-text.rich-text-t80l10m80 {
		top: 80%;
		left: 10%;
	}

	.rich-text.rich-text-t80l10m30 {
		top: 80%;
		left: 10%;
	}

	.rich-text.rich-text-t80l62m80 {
		top: 80%;
		left: 62%;
	}

	.rich-text.rich-text-t80l62m30 {
		top: 80%;
		left: 62%;
	}

	.rich-text.rich-text-t80l12 {
		top: 80%;
		left: 12%;
	}

	.rich-text.rich-text-t80l36 {
		top: 80%;
		left: 36%;
	}

	.rich-text.rich-text-t80l60 {
		top: 80%;
		left: 60%;
	}

	.rich-text.rich-text-t80l65 {
		top: 80%;
		left: 65%;
	}

	.rich-text.rich-text-t80l65mt30 {
		top: 80%;
		left: 65%;
	}	

}

@media (max-width:992px) {
	.index-banner .item a.btn-more {
		min-width: 140px;
		margin: 0 !important;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

@media (max-width:991px) {
	.index-banner .item .rich-text a.btn-more {
		top: auto;
		left: 45%;
	}

}

@media (max-width:768px) {
	.index-banner .carousel-control,
	.index-product .carousel-control {
		display: none;
	}

}

.main .read-more {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	border: 0;
}

.read-more span {
	display: inline;
	float: left;
	vertical-align: middle;
}

.main .read-more span {
	display: inline;
	padding-right: 4px;
	vertical-align: middle;
}

.main .read-more .icon-arrow-right {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	color: #009ab2;
}

.main .read-more:hover .icon-arrow-right {
	margin-right: -2px;
}

.main .content-box {
	width: 100%;
	/*padding-bottom: 80px;*/
	padding-bottom: 50px;
}

.main .index-product .content-box {
	padding-bottom: 100px;
}

.main .index-RecommendPro .content-box {
	padding-bottom: 65px;
}

@media (min-width:992px) {
	.main .index-product .content-box,
	.main .index-RecommendPro .content-box,
	.main .content-box {
		padding-bottom: 0;
	}

}

.main .index-product .index-product_item {
	position: relative;
	display: block;
}

.main .index-product .item-img {
	display: block;
	width: 100%;
}

.main .index-product .index-product_item .item-title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 120px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 120px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	color: #333;
	border-bottom: 2px solid #009ab2;
}

.main .index-product .index-product_item:hover .item-title {
	color: #fff;
	background-size: 100% 100%;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}

.main .index-product .index-product_item:hover .item-title-1 {
	background: url(../images/index/product-img-topimg-1.jpg) no-repeat 0 0;
}

.main .index-product .index-product_item:hover .item-title-2 {
	background: url(../images/index/product-img-topimg-2.jpg) no-repeat 0 0;
}

.main .index-product .index-product_item:hover .item-title-3 {
	background: url(../images/index/product-img-topimg-3.jpg) no-repeat 0 0;
}

.main .index-product .index-product_item:hover .item-title-4 {
	background: url(../images/index/product-img-topimg-4.jpg) no-repeat 0 0;
}

.main .index-product .index-product_item .item-con {
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	padding: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: left;
	background-color: #009ab2;
	opacity: 0;
}

.main .index-product .index-product_item .item-con li a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 38px;
	padding-left: 14px;
	line-height: 38px;
	color: #fff;
}

.main .index-product .index-product_item .item-con li a:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	content: '◦';
}

.main .index-product .index-product_item .item-con li a .icon-arrow-right,
.solution-bd .card .card-detail .card-link .icon-arrow-right {
	margin-bottom: 2px;
	margin-left: 5px;
	opacity: 0;
}

.solution-bd .card .card-detail .card-link .icon-arrow-right {
	margin-bottom: 1px;
	color: #009ab2;
}

.main .index-product .index-product_item .item-con li a:hover .icon-arrow-right,
.solution-bd .card:hover .card-detail .card-link .icon-arrow-right {
	visibility: visible;
	margin-left: 10px;
	opacity: 1;
}

.main .index-product .index-product_item .item-con .learn-more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	color: #fff;
}

.main .index-product .index-product_item .item-con .learn-more .icon-arrow-right {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

.main .index-product .index-product_item:hover .item-con {
	visibility: visible;
	opacity: 1;
}

.main .index-product .index-product_item .item-con .learn-more:hover .icon-arrow-right {
	margin-right: 0;
}

.index-product .carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.index-product .carousel-caption h3,
.index-product .carousel-caption p {
	margin-bottom: 0;
	color: #fff;
}

.index-product .carousel-indicators {
	bottom: -45px;
}

.index-product .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-color: #000;
	border-radius: 8px;
}

.index-product .carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #000;
}

@media (max-width:992px) {
	.main .read-more {
		top: auto;
		right: 50%;
		bottom: 0;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	.main .read-more span {
		padding: 8px 40px;
		border: solid 1px #000;
	}

	.main .read-more .iconfont {
		display: none;
	}

}

.solution-bd .card,
.RecommendPro-bd .card,
.news-bd .card {
	margin-bottom: 30px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #fff;
}

.news-bd .card {
	margin-bottom: 0;
	background-color: #f2f2f2;
}

.RecommendPro-bd .card {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.solution-bd .card:hover,
.RecommendPro-bd .card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.news-bd .card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
}

.RecommendPro-bd .card:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*.solution-bd .card-wrap:last-child .card,
.news-bd .card-wrap:last-child .card {
	margin-bottom: 0;
}*/

@media (min-width:992px) {
	.solution-bd .card-wrap:nth-child(7) .card,
	.solution-bd .card-wrap:nth-child(6) .card,
	.solution-bd .card-wrap:nth-child(5) .card {
		margin-bottom: 0;
	}

}

@media (min-width:768px) and (max-width:992px) {
	.solution-bd .card-wrap:nth-child(7) .card {
		margin-bottom: 0;
	}

}

.solution-bd .card .card-img,
.news-bd .card .card-img {
	overflow: hidden;
}

.solution-bd .card .card-img img,
.news-bd .card .card-img img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.solution-bd .card:hover .card-img img,
.news-bd .card:hover .card-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.solution-bd .card .card-detail,
.RecommendPro-bd .card .card-detail {
	padding: 20px 20px 15px;
	text-align: left;
	border: 1px solid #ebecec;
	border-top: none;
}

.news-bd .card .card-detail {
	padding: 20px 30px 30px;
	text-align: left;
}

.RecommendPro-bd .card .card-detail {
	padding-top: 0;
	border-color: transparent;
}

.solution-bd .card .card-detail .card-title,
.RecommendPro-bd .card .card-detail .card-title,
.news-bd .card .card-detail .card-title {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1em;
}

.RecommendPro-bd .card .card-detail .card-title {
	height: 1.5em;
}

.solution-bd .card .card-detail .card-desc,
.RecommendPro-bd .card .card-detail .card-desc {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	font-size: .875em;
	line-height: 1.6875em;
}

.RecommendPro-bd .card .card-detail .card-desc {
	height: 3.375em;
}

.news-bd .card .card-detail .card-desc {
	padding: 8px 0 5px;
	font-size: .875em;
	line-height: 1;
}

.solution-bd .card .card-detail .card-link,
.RecommendPro-bd .card .card-detail .card-link {
	font-size: .875em;
	line-height: 1.6875em;
	color: #009ab2;
}

.RecommendPro-bd .card:hover .card-detail .card-link {
	text-decoration: underline;
}

@media (max-width:768px) {
	.solution-bd .card,
	.RecommendPro-bd .card {
		margin-bottom: 20px;
	}

	.solution-bd .card .card-detail .card-title,
	.RecommendPro-bd .card .card-detail .card-title {
		font-size: 1.2em;
	}

	.solution-bd .card .card-detail .card-desc,
	.solution-bd .card .card-detail .card-link,
	.RecommendPro-bd .card .card-detail .card-desc,
	.RecommendPro-bd .card .card-detail .card-link {
		font-size: 1em;
	}

}

.index-RecommendPro {
	padding: 35px 0;
	background-color: #f7f7f7;
}

.index-RecommendPro .swiper-container {
	padding-bottom: 16px;
}

@media (min-width:768px) and (max-width:992px) {
	.solution-bd .card .card-detail {
		min-height: 168px;
	}

	.solution-bd .card .card-detail .card-title,
	.news-bd .card .card-detail .card-title {
		height: 1.5em;
	}

	.solution-bd .card .card-detail .card-desc {
		height: 3.375em;
	}

}

@media (min-width:992px) {
	.main .index-RecommendPro .read-more {
		right: 30px;
	}

	.index-RecommendPro .swiper-container {
		padding-bottom: 78px;
	}

	.index-RecommendPro {
		padding: 70px 0;
	}

	.solution-bd .card .card-detail .card-title,
	.news-bd .card .card-detail .card-title {
		height: 1.5em;
	}

	.solution-bd .card .card-detail .card-desc {
		height: 3.375em;
	}

}

.index-RecommendPro .swiper-pagination {
	bottom: 0;
}

.index-RecommendPro .swiper-pagination-bullet {
	margin: 0 3px !important;
	border: 1px solid #000;
	border-radius: 8px;
	background: transparent;
	opacity: 1;
}

.index-RecommendPro .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: #000;
}

.index-RecommendPro .swiper-button-next,
.index-RecommendPro .swiper-button-prev {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #d1d1d1;
	border-radius: 24px;
	background-image: none;
}

.index-RecommendPro .swiper-button-prev {
	top: unset;
	top: inherit;
	bottom: 0;
	left: 45%;
}

.index-RecommendPro .swiper-button-next {
	top: unset;
	top: inherit;
	right: 45%;
	bottom: 0;
}

.index-RecommendPro .swiper-button-next .iconfont,
.index-RecommendPro .swiper-button-prev .iconfont {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: -2px;
	color: #333;
	border-width: 0 3px 3px 0;
	border-style: solid;
}

.index-RecommendPro .swiper-button-next .icon-arrow-right {
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.index-RecommendPro .swiper-button-prev .icon-arrow-left {
	margin-right: -5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.index-RecommendPro .swiper-button-next:hover,
.index-RecommendPro .swiper-button-prev:hover {
	border-color: #fff;
	background-color: #fff;
}

.index-RecommendPro .swiper-button-next:hover .iconfont,
.index-RecommendPro .swiper-button-prev:hover .iconfont {
	color: #009ab2;
}

.index-news .nav > li > a:focus,
.index-news .nav > li > a:hover {
	background-color: transparent;
}

.index-news .nav-tabs {
	border-bottom: none;
}

.index-news .nav-tabs > li {
	display: inline-block;
	float: unset;
	float: inherit;
}

.index-news .nav-tabs > li > a {
	margin: 0 24px;
	padding: 0 0 8px 0;
	font-size: 1.9em;
	line-height: 1;
	color: #333;
	border: none;
}

.index-news .nav-tabs > li.active > a,
.index-news .nav-tabs > li.active > a:focus,
.index-news .nav-tabs > li.active > a:hover {
	font-weight: bold;
	color: #333;
	border: none;
	border-bottom: 2px solid #fff;
	border-bottom: 2px solid #009ab2;
	background: transparent;
}

@media (max-width:992px) {
	.index-news .nav-tabs {
		margin-bottom: 20px !important;
	}

	.news-bd .card-wrap:first-child .card-detail:after,
	.news-bd .card-wrap:nth-child(3) .card-detail:before {
		display: none;
	}

	.news-bd .card {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
		padding: 10px 0;
		background-color: #fff;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-bd .card-wrap:nth-child(3) .card {
		padding: 0;
	}

	.news-bd .card .card-img {
		width: 30%;
	}

	.news-bd .card .card-detail {
		position: relative;
		padding: 8px 10px 10px 10px;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.news-bd .card .card-detail:after,
	.news-bd .card .card-detail:before {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #f2f2f2;
	}

	.news-bd .card .card-detail:before {
		bottom: -11px;
	}

	.news-bd .card .card-detail:after {
		top: -11px;
	}

	.news-bd .card .card-detail .card-title {
		height: 3em;
		font-size: 1.1em;
	}

	.news-bd .card .card-detail .card-desc {
		padding: 0;
		font-size: 1em;
	}

}

.main .btn-group {
	margin-top: 60px;
}

.main .btn-group a {
	margin: 0 15px;
}

@media (max-width:767px) {
	.main .btn-group {
		margin-top: 25px;
	}

	.main .index-service .btn-group {
		margin-top: 0;
	}

	.main .index-service .btn-group a {
		margin-top: 20px;
	}

	.main .index-news .content-box {
		padding-bottom: 0;
	}

}

@media (max-width:767px) {
	.index-events .card .card-detail {
		padding-top: 0;
	}

	.address_date .address {
		margin-bottom: 8px;
	}

}

@media (min-width:992px) {
	.address_date {
		margin-bottom: 0;
		padding-top: 8px;
	}

}
